home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pd0836.zip / PD0836.TXT < prev    next >
Text File  |  1993-06-25  |  4KB  |  67 lines

  1. ======================================================================
  2.   Microsoft(R) Product Support Services Application Note (Text File)
  3.     PD0836: MS-DOS DOUBLESPACE COMPRESSED VOLUME FILE (CVF) FORMAT
  4. ======================================================================
  5.                                                    Revision Date: 6/93
  6.                                                        1 Disk Included
  7.  
  8. The following information applies to Microsoft MS-DOS(R), version 6.0.
  9.  
  10.  --------------------------------------------------------------------
  11. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY     |
  12. | ACCOMPANY THIS DOCUMENT (collectively referred to as an Application |
  13. | Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER      |
  14. | EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED      |
  15. | WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR       |
  16. | PURPOSE. The user assumes the entire risk as to the accuracy and    |
  17. | the use of this Application Note. This Application Note may be      |
  18. | copied and distributed subject to the following conditions:  1) All |
  19. | text must be copied without modification and all pages must be      |
  20. | included;  2) If software is included, all files on the disk(s)     |
  21. | must be copied without modification (the MS-DOS utility diskcopy is |
  22. | appropriate for this purpose);  3) All components of this           |
  23. | Application Note must be distributed together;  and  4) This        |
  24. | Application Note may not be distributed for profit.                 |
  25. |                                                                     |
  26. | Copyright (C) 1993 Microsoft Corporation.  All Rights Reserved.     |
  27. | Microsoft and MS-DOS are registered trademarks and Windows is a     |
  28. | trademark of Microsoft Corporation.                                 |
  29. | PostScript is a registered trademark of Adobe Systems, Inc.         |
  30.  ---------------------------------------------------------------------
  31.  
  32.  
  33. DOUBLESPACE System Application Programming Interfaces (API) and CVF
  34. Format
  35. ----------------------------------------------------------------------
  36.  
  37. MS-DOS 6 DoubleSpace integrated disk compression includes the
  38. DoubleSpace System Application Programming Interfaces (API), which are
  39. supported by DBLSPACE.BIN. The enclosed PD0836 disk contains the
  40. following document and source code files, which describe the format of
  41. the DoubleSpace compressed volume file (CVF) and the use of the
  42. DoubleSpace System API:
  43.  
  44.   Filename      Contents
  45.   -------------------------------------------------------------------
  46.   CVF.DOC       Overview of DoubleSpace CVF format (a Word for
  47.                 Windows document)
  48.   CVF.H         Definitions for the DoubleSpace CVF
  49.   CVF.PS        PostScript file that can be sent to a PostScript
  50.                 printer
  51.   DRVINFO.C     Functions to identify and flush DoubleSpace drives
  52.   DRVINFO.H     Definitions for IsDoubleSpaceDrive() function
  53.   DSAPI.DOC     DoubleSpace System API specification (a Word for
  54.                 Windows document)
  55.   DSDUMP.EXE    DoubleSpace File Dumper version 0.58
  56.   IOCTL.ASM     Functions to flush and flush and invalidate
  57.                 DoubleSpace cache
  58.   MAIN.C        DSDUMP.EXE source code (shows details of CVF format)
  59.   MAKEFILE      Makefile for DSDUMP.EXE
  60.   README.TXT    Contains this table
  61.   TEST.C        Test IsDoubleSpaceDrive() function in DRVINFO.C and
  62.                 DRVINFO.H
  63.   
  64.   NOTE: These source code files were built with Microsoft C Compiler
  65.   version 6.0a and Microsoft Macro Assembler (MASM) version 5.1a.
  66.  
  67.